macro argumentの例文
- You cannot combine a macro argument with additional text and stringify it all together.
- Thus a macro might generate numerous assembly language instructions or data definitions, based on the macro arguments.
- Most assemblers provide some sort of macro ability : the advantage that HLA offers over other assemblers is that it can process macro arguments like r : 10 : 2 using HLA's extensive compile-time string functions, and HLA's macro facilities can infer the types of variables and use that information to direct macro expansion.